home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 011 / adikit.arc / DGADI.H < prev    next >
Encoding:
C/C++ Source or Header  |  1986-12-01  |  512 b   |  16 lines

  1. /*          DGADI.H
  2.  
  3.     Definitions specific to ADI Digitizer Drivers, and to the coordinating
  4.     generic AutoCAD driver DGGEN
  5. */
  6.  
  7. #define INTLEVEL 1                 /* Interface version level */
  8.  
  9. /*  Commands passed to installed driver  */
  10.  
  11. #define INIT        1              /* Initialise */
  12. #define TERM        2              /* Terminate */
  13. #define SENSE       3              /* Return coordinates */
  14.  
  15.  
  16.